Add TLS support for RPC/CLI #92
Conversation
|
🎉 This PR is now ready for review! |
|
🔔 1st Reminder Hey @tnull! This PR has been waiting for your review. |
| Ok(PrivateKeyDer::Pkcs8(der.into())) | ||
| } | ||
|
|
||
| /// Generates a self-signed TLS certificate and saves it to the storage directory. |
There was a problem hiding this comment.
Do we also want to support non-self-signed certificates, i.e., if users would for example use Lets Encrypt? Or out-of-scope for now and we'll just support mandatory local self-signed certificates?
There was a problem hiding this comment.
yeah i think out of scope for now, would be a good feature for the future though
With TLS we can now have encrypted communication with the client and server. We auto generate a self signed cert on startup. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Built on top of #88 to reduce conflicts
With TLS we can now have encrypted communication with the client and
server. We auto generate a self signed cert on startup.
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com